* Optimise {{GENDER}} so that it doesn't need to load the user options if only one...
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 8 Feb 2012 06:09:58 +0000 (06:09 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 8 Feb 2012 06:09:58 +0000 (06:09 +0000)
commita444986c453762e6aaf7c229de7088eb888adb6c
treed820fd4ff3f6585f9071130ef9018e8fad1cafbc
parent40469f56bd4afa47a58a10780978c4390f0a2d72
* Optimise {{GENDER}} so that it doesn't need to load the user options if only one form is given. For some reason (presumably some detail of how translatewiki.net works) such {{GENDER}} invocations are extremely common.
* Updated Language::gender() documentation accordingly
includes/parser/CoreParserFunctions.php
languages/Language.php